DomainObjects Class Library

InsertByQuery<InsertIntoClass,SelectFromClass>.AddInsertField Method

Specify a field whose value will be inserted by this command.

Overload List

Specify a field whose value will be inserted by this command.

public void AddInsertField(ColumnField,Field);

Specify a field whose value will be inserted by this command.

public void AddInsertField(ColumnField,Object);

See Also

InsertByQuery<InsertIntoClass,SelectFromClass> Class | DomainObjects.Facade.Command Namespace